projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3cca4b
)
Don't undefine AF_INET6.
author
Jason Rumney
<jasonr@gnu.org>
Sat, 14 Jul 2007 23:03:55 +0000
(23:03 +0000)
committer
Jason Rumney
<jasonr@gnu.org>
Sat, 14 Jul 2007 23:03:55 +0000
(23:03 +0000)
src/process.c
patch
|
blob
|
history
diff --git
a/src/process.c
b/src/process.c
index 90d0ee340241d49a2325e336f39da520943357f8..5f96467a681d7f0a596e2d615daf212e303e1577 100644
(file)
--- a/
src/process.c
+++ b/
src/process.c
@@
-121,14
+121,6
@@
Boston, MA 02110-1301, USA. */
#include <sys/wait.h>
#endif
-/* Disable IPv6 support for w32 until someone figures out how to do it
- properly. */
-#ifdef WINDOWSNT
-# ifdef AF_INET6
-# undef AF_INET6
-# endif
-#endif
-
#include "lisp.h"
#include "systime.h"
#include "systty.h"